home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / gnu / glibc108.gz / glibc108 / glibc-1.08.1 / sysdeps / unix / bsd / sun / sparc / Makefile < prev    next >
Encoding:
Makefile  |  1993-05-12  |  266 b   |  8 lines

  1. # Basically `-e start' is magical to the Sun linker.  You would think that
  2. # having start.o first would be enough, but you would be wrong.
  3. LDFLAGS := $(LDFLAGS) -Xlinker -e -Xlinker start
  4.  
  5. ifeq ($(subdir),signal)
  6. sysdep_routines := $(sysdep_routines) sigtramp
  7. endif
  8.